home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / misc / Runtime 1.5.1a / runtime.exe / readme.txt < prev    next >
Encoding:
Text File  |  2000-07-06  |  8.2 KB  |  211 lines

  1. ==========================================
  2. RUNTIME
  3. V1.5.1a 6.7.2000
  4. (c) Uwe Klimmek
  5. uwe.klimmek@web.de
  6. ==========================================
  7.  
  8. Runtime is a tool for your Palm organizer, which is used to record the last ten 
  9. changes of battery, its runtime between changes and the battery voltage over 
  10. the last 120 days.
  11.  
  12. You may switch between the two main program screens by tapping the button 
  13. at the upper-right corner of either screen, or by tapping your MENU button 
  14. and selecting the first Option item ( "Bat.voltage" or "Runtime").
  15.  
  16. BAT. VOLTAGE SCREEN
  17. On theleft side of this screen, the date of the last battery change is shown. 
  18. Beside it is the time elapsed since this date.
  19.  
  20. On the right, you will see the runtime of your Palm with its current batteries. 
  21. If 2 or more changes of battery have been recorded, the average of the 
  22. runtimes is displayed above the bottom line. ("Avg" or "Mtl" in the german 
  23. version).
  24.  
  25. On the bottom line, you will see the runtime since the last reset of your Palm.
  26.  
  27. The format "12d 13:24" means 12 days 13 hours and 24 minutes.
  28.  
  29. RECORDING A CHANGE OF BATTERY
  30. Tap your MENU button and select the item, "New Battery" to register a change 
  31. of battery.
  32.  
  33. In the displayed dialogbox, you have three choices:
  34. <YES>: This records the change of battery with the current date and time.
  35. <HAND>: This allows you to select a date and time for recording a change of 
  36. battery.
  37. <NO>: This aborts the procedure.
  38.  
  39. You can edit or delete the values of date and time of all stored battery changes
  40. by tapping on the date (displayed in the left column). This action also allows 
  41. you to enter a note of up to 100 characters in length.
  42.  
  43. BATTERY VOLTAGE GRAPH
  44. Time is displayed on the x-axis. Voltages are displayed on the y-axis.
  45. The current battery voltage is shown at the centre of the x-axis, between the 
  46. two dates. The range of the voltage graph is adjustable and may be re-set by 
  47. tapping the title "Battery voltage graph" at the top of the screen. In the 
  48. displayed dialog box, adjust the range of the displayed voltages by selecting 
  49. their minimum and maximum values. This adjustment is useful if you have 
  50. rechargable batteries or a Palm V (which has a voltage range from 3.5V to 4V).
  51.  
  52. The option "Start" is triggered by tapping the button "Date" to select the
  53. starting date of the x-axis. If you set this date before the first stored value
  54. it starts with the first day stored. (If you select a day after the last stored day, 
  55. you see nothing!)
  56.  
  57. The option "Count" determines the number of days for which voltage values 
  58. will be displayed. Tap the arrows to increase or decrease the count. (I know, 
  59. to tap 100 times to reduce te number from 120 to 20 is not user friendly. This is 
  60. a point of improvement for future versions of the program.)
  61.  
  62. The option "Auto. Store" will cause the program to automatically record the 
  63. battery voltage every day, without having to call the program from the launch 
  64. pad. If you do not select this option, it is a good idea to call the program once 
  65. a day, to make sure that it regularly records battery voltage. In this setting, the 
  66. program will only store voltage values when the program is called.
  67.  
  68. The option "Lines" connects the points between each day's voltage with a line.
  69.  
  70. The option "Bars" draws a vertical line for every day. These lines represent the
  71. minimum and maximum range of the detected battery voltage for each day.
  72.  
  73. The option "Backup" toggles on/off the Backup-Flag of the database. This 
  74. enablesyou to make backups of the Battery database each time you perform 
  75. a hotsync. With this option selected, you are able to restore your Battery 
  76. database after a hard reset, by installing the file "runtimeDB.pdb" from the 
  77. backup directory on your PC. With this option selected, your Battery data 
  78. is "reset" resistant (stored in database "runtimeDB.pdb").
  79.  
  80. You can update older versions (V1.1, V1.2, V1.2.1, V1.3, V1.4 and V1.4.1) on 
  81. your palm. Old data will be converted and used in the new version.
  82.  
  83. This software has a registerd App-ID "RuTi" from 3Com/Palm computing.
  84.  
  85. =======================================================================
  86.  
  87. PC-Tool pdb2csv
  88.  
  89. The program pdb2csv  converts a RuntimeDB.PDB File from
  90. the Palm program Runtime/Laufzeit in a csv-File. This file-format can
  91. be read from Excel.
  92. The tool has a command line interface only. It is available for
  93. Windows and Linux.
  94.  
  95. Usage:
  96. -i inputfile
  97. -o outputfile
  98. [-g]
  99. [-dc] 
  100.  
  101. -g: Switch to german as program language. Set colon as decimalsign. If
  102.     not selected default language is english.
  103. -dc: Select decimalsign. Place for c the character you want. 
  104.  
  105. Examples:
  106.  
  107. German language and colon as decimalsign:
  108. pdb2csv -g -i runtimeDB.pdb -o runtime.csv
  109.  
  110. English language and dot as decimalsign: 
  111. pdb2csv -i runtimeDB.pdb -o runtime.csv
  112.  
  113. English language and colon as decimalsign: 
  114. pdb2csv -i runtimeDB.pdb -o runtime.csv -d,
  115.  
  116. German language and dot as decimalsign: 
  117. pdb2csv -i runtimeDB.pdb -o runtime.csv -g -d.
  118. (Attention: select -d after -g !)
  119.  
  120. Linux: pdb2csv is compiled for using library libc.so.6.
  121.  
  122. ======================================================================
  123.  
  124. FILES INCLUDED
  125. ==============
  126. Runtime.prc    The english version of the application
  127. Laufzeit.prc    The german version of the application
  128. pdb2csv.exe    Windows-Executable to convert runtimedb.pdb to csv-format
  129. pdb2csv        Linux-Executable to convert runtimedb.pdb to csv-format
  130. readme.txt    This file.
  131.  
  132. RELEASE NOTES / NEW FEATURES
  133. ============================
  134. Runtime 1.5.1a    english version
  135. Laufzeit 1.5.1a    german version
  136. - Tool pdb2csv added. 
  137. - improvements of readme.txt from Paul Fungs
  138.  
  139. Runtime 1.5.1    english version
  140. Laufzeit 1.5.1    german version
  141. - fixed a Bug for OS3.5: If a battery change date was edited and the 
  142.   menu "Change battery" was invoked, a Palm with OS3.5 would hang.
  143.  
  144. Runtime 1.5    english version
  145. Laufzeit 1.5    german version
  146. - toggle Backup-Flag of database
  147. - add note to battery change date
  148.  
  149. Runtime 1.4.1    english version
  150. Laufzeit 1.4.1    german version
  151. - all dates of battery change can be deleted
  152.  
  153. Runtime 1.4    english version
  154. Laufzeit 1.4    german version
  155. - all dates of battery change can be edited
  156. - new menu functionality
  157. - new about dialog
  158. - button for battery change eliminated (use menu now)
  159.  
  160. Runtime 1.3.2    english version
  161. Laufzeit 1.3.2    german version
  162. - Bugfix for V1.3.1 (crashed, if installed for the first time)
  163.  
  164. Runtime 1.3.1    english version
  165. Laufzeit 1.3.1    german version
  166. - average runtime of the stored values are calculated and displayed.
  167. - menu added. You can perform all actions now on each screen via menu.
  168. - small icon for Palm OS3.0 added.
  169. - Bugfix: if MenuHack (Hackmaster) was activated, the Palm has hang up.
  170.  
  171. Runtime 1.3.0    english version
  172. Laufzeit 1.3.0    german version
  173. - extend memory to store 120 days
  174. - select date and time of the change of battery from hand (if
  175.   forgotten at the moment when battery had been changed)
  176. - show current voltage under the battery graph
  177. - rescale x-axis by selection of start day and numbers of days.
  178.  
  179. Runtime 1.2.1    english version
  180. Laufzeit 1.2.1    german version
  181. - Bugfix in Auto store option
  182.  
  183. Runtime 1.2    english version
  184. Laufzeit 1.2    german version
  185. - Bugfix: the value of the 40. day was not correct copied on the
  186.   41. day. This results in data, where only the 40. day and the last
  187.   day were displayed.
  188. - Adjustment of battery voltage range added.
  189. - Option added for store the battery voltage automaticly.
  190. - Display option added for the voltage graph.
  191. - Now the date is formated corresponding the preferences in the setup.
  192. - online help improved
  193.  
  194. Runtime 1.1    english version
  195. Laufzeit 1.1    german version
  196. - First public release. Tested on a PalmPilot Professional.
  197.  
  198. HOW TO CONTACT ME
  199. =================
  200. Got a suggestion?  Find a bug?  Send e-mail to uwe.klimmek@web.de
  201. Thanks for all comments and suggestions, which have been sent to me.
  202.  
  203. LEGAL STUFF
  204. ===========
  205. Runtime and Laufzeit are "freeware", meaning it's copyrighted software
  206. and Uwe Klimmek retains all rights to it.
  207.  
  208. THIS SOFTWARE AND THE ACCOMPANYING FILES ARE PROVIDED "AS IS" AND
  209. WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY
  210. OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED. THE USER MUST ASSUME
  211. THE ENTIRE RISK OF USING THE PROGRAM.